Einhugur macOS Bridge plugin.

NSSavePanel.TagNames Method

Pre-sets tag names that to include on a saved file.

TagNames(
   assigns values() as String)

Parameters

values() (assign parameter)
Array of tag names to set.

Remarks

When the value of ShowsTagField is True, use this property to provide an array of strings that represent the initial tag names to display in the panel. If you set the property to empty array, the panel displays no initial tag names.

If you are showing Tag names then your application is responsible for saving tag names on the file you create.

See Also

NSSavePanel Class